-
-
Notifications
You must be signed in to change notification settings - Fork 325
Support inline JavaScript events (v2) #1290
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support inline JavaScript events (v2) #1290
Conversation
This is ready to be looked at - again, aside from the changelog. I can get this to work "out of the box" with I ultimately assumed that coercing them to camelCase on the Vdom side is unnecessary overhead. Let me know if you agree. |
|
Co-authored-by: Mark Bakhit <[email protected]>
All comments have been addressed, changelog is updated... This PR should be ready to go. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can be merged after handling a few more nitpicks
Description
This is an alternative solution to PR #1289, so only one of them need be merged. I created this separately to better compare approaches. This approach modifies the VDOM schema to include a new
jsExecutables
property alongsideeventHandlers
.Checklist
Please update this checklist as you complete each item:
By submitting this pull request I agree that all contributions comply with this project's open source license(s).